home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lantools / stanum / readme next >
Text File  |  1988-05-27  |  768b  |  16 lines

  1. Created by Neil Weicher, Communication Horizons
  2.            701 Seventh Ave., New York City 10036
  3.  
  4. STANUM.EXE returns the current station number as ERRORLEVEL.
  5.            It works on: Novell   = logical station number,
  6.                         PC-Slave = user number+1 (Host = 1),
  7.                         MultiLink= partition+1 (FG = 1).
  8.            3+ and PCNetwork do not have a concept of a station
  9.            number, therefore Stanum.exe returns the value of
  10.            NetLib environment variable STANUM.  E.g., if
  11.                 SET STANUM=4
  12.            Then Stanum.exe returns 4 in ERRORLEVEL.
  13.  
  14. SAMPLE.BAT is a sample Batch routine that uses Stanum.exe.
  15.            It just displays the station number.
  16.